internal/runtime/atomic.Uintptr.value (field)
8 uses
	internal/runtime/atomic (current package)
		types.go#L352: 	value  uintptr
		types.go#L359: 	return Loaduintptr(&u.value)
		types.go#L372: 	return LoadAcquintptr(&u.value)
		types.go#L379: 	Storeuintptr(&u.value, value)
		types.go#L392: 	StoreReluintptr(&u.value, value)
		types.go#L401: 	return Casuintptr(&u.value, old, new)
		types.go#L409: 	return Xchguintptr(&u.value, value)
		types.go#L420: 	return Xadduintptr(&u.value, delta)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |